ExitClient

Definition:

ExitClient()

 

Description:

Close all running Digitise apps and close the Digitise Apps Client.

 

Platforms:

Android, Windows Desktop, Windows Universal

 

Parameters:

none

 

Returns:

nothing

 

Notes:

This Method will issue a closedown to all running Digitise apps, wait for a maximum of ten seconds and then close the Digitise Apps Client (and hence any apps still running).

On Android devices, if an app has an OnExit Event Script, this Script will be triggered. After the 10 second wait, the Digitise Apps Client will be closed without checking whether the Script has completed successfully. You can cancel the closedown by returning -1 from the OnExit Event's OnExit Function, i.e. by including the line

OnExit = -1

providing this is returned within the 10 second timeout period.

On Windows desktops and tablets, the OnExit Event is not triggered.

This Method is not supported on iOS devices.